home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_game / fbb121.zip / SETUP.DOC < prev    next >
Text File  |  1995-11-09  |  4KB  |  79 lines

  1.                         Franchise Basketball v1.xx
  2.                            By: Scott K. Snella
  3.                           Setup and Installation
  4.  
  5. This document provides sysops with single node, BBS systems quick setup
  6. instructions.  If you have difficulties getting the game to run or have
  7. a multiline system, please refer to the SYSOP.DOC file for information on
  8. using the configuration file option.
  9.  
  10. NOTE: There are two command line parameters for Franchise Basketball, an upper
  11.         or lower case L.  If you'd like to try the game quick,
  12.         follow steps 1-5 below, and then type FBASKET L from the Franchise 
  13.         Basketball Directory, and an optional configuration file name...
  14.         see SYSOP.DOC for more details.
  15.  
  16. INSTALLATION STEPS
  17.  
  18. 1.  Unzip Franchise Basketball Archive to its own directory.
  19.         (FBB uses many data files to allow for configuration, it is
  20.         highly recommended that you place the game in it's own directory)
  21. 2.  Change to the directory containing Franchise Basketball (FBB) and type
  22.         FINIT.  This will run the initialization program.  Answer YES to
  23.         the question, "Do you wish to create a league".  For first time
  24.         installs, you will be prompted for some information, including
  25.         the registration number, follow the instructions and answer the 
  26.         questions.
  27. 3.  You will be prompted for several options, including the number of
  28.         conferences, divisions, and teams.  Each conference has as many
  29.         divisions as you enter, and each division has as many teams as
  30.         you specify, So the number of teams in the entire game will be...
  31.         Conferences * Divisions * Teams.  The password toggle option
  32.         should be enabled on LAN's but not on BBS's, and the perpetual
  33.         season option will only take effect in registered versions.  When 
  34.         you are finished type "Q" to Quit.
  35. 4.  Now you have to create a batch file to run the game from the BBS.
  36.         FBB supports many major BBS dropfiles, and all you have to do is copy
  37.         your dropfile to the FBB directory before running the program.
  38.         The main EXE file is called FBASKET.EXE (with one command line
  39.         parameter, an "L" or "l").  Here is a sample batch file.
  40.  
  41.         @ECHO OFF
  42.         COPY C:\BBS\DORINFO1.DEF C:\FBB\DORINFO1.DEF
  43.         C:
  44.         CD\FBB
  45.         FBASKET
  46.         DEL DORINFO1.DEF
  47.         CD\BBS
  48.         EXIT
  49.  
  50.        If you are running on a LAN, please refer to LANSETUP.DOC, for
  51.        step 6.
  52.      
  53. 5.  Finally, you must run the program called MAINT.EXE once per day (or
  54.         if you wish the season to move faster, more than once).  Running
  55.         MAINT.EXE will create the schedule, or play games if the league
  56.         is full, otherwise it will wait until all teams have been filled.
  57.         Just put the MAINT.EXE program in your nightly events, this plays
  58.         games and creates many of the data files FBB needs.  Until the
  59.         season actually begins play, several of the options (especially
  60.         in the Gazette Sports Page) will not seem to work.
  61.  
  62. 6.  FBB creates two score files, FBBSCORE.ANS and FBBSCORE.ASC.  Both        
  63.         contain last evenings game scores.  The first is in ANSI format
  64.         and the second, ASCII format.  Both are located in the FBB
  65.         directory and can be copied, moved or displayed from that location
  66.         to users during login.  If not all of the teams are filled, the
  67.         score file acts as an ad for users to join.
  68.  
  69. 7.  You may want to make the file INSTR.DOC available for download.  It
  70.         is a brief text file explaining the game, and detailing some 
  71.         strategies for playing.
  72.  
  73. That's it!  Just create a dropfile, and run this batch file, and
  74. FBB should run fine.
  75.  
  76. Thanks for playing Franchise Basketball...
  77.  
  78. Franchise Basketball (C) 1995 SnellaSoft
  79.